home *** CD-ROM | disk | FTP | other *** search
/ Imagine! / Imagine (Wayzata Technology) (1995).iso / mac / Windows / AMazing.dir / 00249_Script_249 < prev    next >
Text File  |  1995-08-24  |  163b  |  11 lines

  1. --rainDetO9
  2. on mouseUp
  3.   set random to 2
  4.   if random(2) = 1 then
  5.     go "O9B"
  6.   else
  7.     if random(2) = 2 then
  8.       go  "O9Bdet"
  9.     end if
  10.   end if
  11. end